home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form3
- Caption = "Introducing this Program."
- ClientHeight = 4950
- ClientLeft = 4680
- ClientTop = 2685
- ClientWidth = 5175
- ClipControls = 0 'False
- ControlBox = 0 'False
- LinkTopic = "Form3"
- ScaleHeight = 4950
- ScaleWidth = 5175
- Begin VB.TextBox Text2
- Height = 1695
- Left = 0
- MultiLine = -1 'True
- TabIndex = 2
- Text = "Form3.frx":0000
- Top = 3240
- Width = 4695
- End
- Begin VB.TextBox Text1
- Height = 3255
- Left = 0
- MultiLine = -1 'True
- TabIndex = 1
- Text = "Form3.frx":00AC
- Top = 0
- Width = 4695
- End
- Begin VB.CommandButton Command1
- Caption = "Back"
- Height = 495
- Left = 4680
- TabIndex = 0
- Top = 0
- Width = 495
- End
- Attribute VB_Name = "Form3"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Form3.Hide
- Form1.Enabled = True
- End Sub
-